home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / cards.h < prev    next >
Text File  |  1991-03-02  |  1KB  |  33 lines

  1.  
  2.                                                 // This is the directory under
  3.                                                 //    the .app directory where the
  4.                                                 //    card .tiff files are located.
  5. #define    CARDS_DIR                            "NeXTmille-cards"
  6.  
  7.                                                 // These are the names assigned 
  8.                                                 //    to the tiff images for
  9.                                                 //    all of the cards.  Some of 
  10.                                                 //    these may be templetes.  
  11. #define    TOP_FACE                            "top_face.tiff"
  12. #define    MILES_BOTTOM_FACE_TEMPLATE            "miles.tiff"
  13. #define    ACCIDENT_BOTTOM_FACE                "accident.tiff"
  14. #define    DRIVING_ACE_BOTTOM_FACE                "driving_ace.tiff"
  15. #define    DRIVING_ACE_ROTATED_BOTTOM_FACE        "driving_ace_rotated.tiff"
  16. #define    END_OF_LIMIT_BOTTOM_FACE            "end_of_limit.tiff"
  17. #define    EXTRA_TANK_BOTTOM_FACE                "extra_tank.tiff"
  18. #define    EXTRA_TANK_ROTATED_BOTTOM_FACE        "extra_tank_rotated.tiff"
  19. #define    FLAT_TIRE_BOTTOM_FACE                "flat_tire.tiff"
  20. #define    GASOLINE_BOTTOM_FACE                "gasoline.tiff"
  21. #define    OUT_OF_GAS_BOTTOM_FACE                "out_of_gas.tiff"
  22. #define    PUNCTURE_PROOF_BOTTOM_FACE            "puncture_proof.tiff"
  23. #define    PUNCTURE_PROOF_ROTATED_BOTTOM_FACE    "puncture_proof_rotated.tiff"
  24. #define    REPAIRS_BOTTOM_FACE                    "repairs.tiff"
  25. #define    RIGHT_OF_WAY_BOTTOM_FACE            "right_of_way.tiff"
  26. #define    RIGHT_OF_WAY_ROTATED_BOTTOM_FACE    "right_of_way_rotated.tiff"
  27. #define    SPARE_TIRE_BOTTOM_FACE                "spare_tire.tiff"
  28. #define    SPEED_LIMIT_BOTTOM_FACE                "speed_limit.tiff"
  29. #define    TRAFFIC_LIGHT_TEMPLATE_BOTTOM_FACE    "traffic_light.tiff"
  30.  
  31.  
  32.  
  33.